/* reset.css -----------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, header, footer, section, article, aside, nav, figure, figcaption {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    font-family: "Microsoft Yahei", "Helvetica";
    color: #000;
    background: #fefefe;
}

    html * {
        outline: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
        text-size-adjust: none;
    }

img {
    max-width: 100%;
    border: 0; /*-webkit-touch-callout: none;*/
}

a {
    color: black;
    text-decoration: none;
}

ul, ol {
    list-style: none;
}

/* form-reset.css -----------------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    background: none;
}

input, textarea, button {
    border: none;
}

input, button, textarea, select, optgroup, option {
    font: 1rem "Microsoft Yahei", "Helvetica";
}

    input[type="button"], input[type="text"], input[type="submit"], input[type="search"], input[type="tel"], input[type="number"], select, option, .appNone {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        color: rgba(205,202,202,1)
    }

    input:-moz-placeholder, textarea:-moz-placeholder, input::-moz-placeholder, textarea::-moz-placeholder {
        color: rgba(0,0,0, .6);
    }

/* const.css -----------------------------------------------------------------*/
.icon {
    display: inline-block;
    background-color: transparent;
    background-repeat: no-repeat;
}

.VAM:after {
    content: "";
    display: inline-block;
    overflow: hidden;
    height: 100%;
    width: 0;
    font-size: 0;
    vertical-align: middle;
}

.wbwr {
    word-break: break-all;
    word-wrap: break-word;
}

.clr:after, .clr:before {
    content: "";
    display: table;
}

.clr:after {
    clear: both;
}

.fll {
    float: left;
}

.flr {
    float: right;
}

.vam {
    vertical-align: middle;
}

.db {
    display: block;
}

.dib {
    display: inline-block;
}

.tar {
    text-align: right;
}

.tac {
    text-align: center;
}

.ovh {
    overflow: hidden;
}

.vat {
    vertical-align: top;
}

.vam {
    vertical-align: middle;
}

.posr {
    position: relative;
}

.auto {
    margin-left: auto;
    margin-right: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

*, input, a {
    outline: none;
}

em, i {
    font-style: normal;
}

.all-img {
    display: block;
    width: 100%;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs21 {
    font-size: 21px;
}

.fs24 {
    font-size: 24px;
}

.fs28 {
    font-size: 28px;
}

.fs30 {
    font-size: 30px;
}

.fs36 {
    font-size: 36px;
}

.fs48 {
    font-size: 48px;
}

.fs60 {
    font-size: 60px;
}

.fw {
    font-weight: bold;
}

.m-auto {
    margin: 0 auto;
}

.d-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -khtml-flex-wrap: wrap;
    flex-wrap: wrap;
}

.s-between {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -khtml-justify-content: space-between;
    justify-content: space-between;
}

.m-right20 {
    margin-right: 20px;
}

.m-left15 {
    margin-left: 15px;
}

.m-left30 {
    margin-left: 30px;
}

.m-bottom4 {
    margin-bottom: 4px;
}

.m-bottom6 {
    margin-bottom: 6px;
}

.m-bottom10 {
    margin-bottom: 10px;
}

.m-bottom20 {
    margin-bottom: 20px;
}

.m-bottom24 {
    margin-bottom: 24px;
}

.m-bottom30 {
    margin-bottom: 30px;
}

.m-bottom44 {
    margin-bottom: 44px;
}

.m-bottom50 {
    margin-bottom: 50px;
}

.m-top20 {
    margin-top: 20px;
}

.m-top30 {
    margin-top: 30px;
}

.margin15 {
    margin: 15px;
}

.margin20 {
    margin: 20px;
}

.tb-margin10 {
    margin: 10px 0;
}

.tb-margin20 {
    margin: 20px 0;
}

.tb-margin30 {
    margin: 30px 0;
}

.lr-padding30 {
    padding: 0 30px;
}

.tb-padding30 {
    padding: 30px 0;
}

.tb-padding10 {
    padding: 10px 0;
}

.b-margin20 {
    margin-bottom: 20px;
}

.padding10 {
    padding: 10px;
}

.padding30 {
    padding: 30px;
}

.bc-color {
    color: #293f68;
}

.date-color {
    color: #B3BAC5;
}

.title-color {
    color: #5f5f5f;
}

.content-color {
    color: #787878;
}

.main-color {
    color: #0D6FB8;
}

.headerS {
    width: 100%;
}

.wrap {
    margin: 0 auto;
    max-width: 1920px;
}

.a-hover:hover {
    color: #293f68;
}

.row30 {
    margin-left: -30px !important;
    margin-right: -30px !important;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.line4 {
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
}

.line2 {
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.line3 {
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.line5 {
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 5;
    line-clamp: 5;
}

@media only screen and (max-width: 319px) {
    html {
        font-size: 42.53333px;
    }
}

@media only screen and (min-width: 320px) {
    html {
        font-size: 42.66667px;
    }
}

@media only screen and (min-width: 360px) {
    html {
        font-size: 48px;
    }
}

@media only screen and (min-width: 375px) {
    html {
        font-size: 50px;
    }
}

@media only screen and (min-width: 384px) {
    html {
        font-size: 51.2px;
    }
}

@media only screen and (min-width: 414px) {
    html {
        font-size: 55.2px;
    }
}

@media only screen and (min-width: 480px) {
    html {
        font-size: 64px;
    }
}

@media only screen and (min-width: 640px) {
    html {
        font-size: 85.33333px;
    }
}

@media only screen and (min-width: 750px) {
    html {
        font-size: 100px;
    }
}
/*头部 start*/
header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 0;
    border-bottom: 3px solid #0D6FB8;
}

    header .logo {
        width: 245px;
        height: 77px;
    }

    header .menu .menu-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-top: 8px;
        text-align: right;
    }

    header .search-box {
        position: relative;
        height: 28px;
    }

    header .search-input {
        display: none;
        border: 1px solid #CDCACA;
        border-radius: 6px;
        width: 173px;
        height: 28px;
        line-height: 28px;
        padding-left: 10px;
        font-size: 16px;
    }

    header .icon-search {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(../../Images/index4.0/home_menu_search.png) no-repeat center center;
        -webkit-background-size: contain;
        background-size: contain;
        vertical-align: middle;
        position: absolute;
        top: 4px;
        right: 4px;
        cursor: pointer;
    }

    header .icon-language {
        margin-left: 30px;
    }

@media only screen and (min-width: 768px) {
    .subscribe-box {
        display: none;
        width: 250px;
        height: 190px;
        position: absolute;
        top: 82px;
        right: 114px;
        z-index: 999;
    }

        .subscribe-box .subscribe-box-top {
            width: 250px;
            height: 160px;
            background: url(../../Images/index4.0/subscribe-bg.png) no-repeat center center;
            -webkit-background-size: contain;
            background-size: contain;
            text-align: center;
            color: #fff;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 30px 0 4px;
        }
}

.subscribe-box-top p {
    line-height: 1;
}

    .subscribe-box-top p:nth-of-type(2) {
        margin: 12px 0 54px;
    }

.subscribe-box .email {
    width: 195px;
    height: 22px;
    font-size: .16rem;
    background: rgba(254,254,254,1);
    box-shadow: 0 1px 2px 0 rgba(219,216,216,1);
    padding-left: 6px;
    color: #787878;
}

@media only screen and (max-width: 768px) {
    .subscribe-box {
        display: none;
        width: 250px;
        height: 190px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 99999999;
    }

        .subscribe-box .subscribe-box-top {
            width: 250px;
            height: 160px;
            background: url(../../Images/index4.0/subscribe-bg.png) no-repeat center center;
            -webkit-background-size: contain;
            background-size: contain;
            text-align: center;
            color: #fff;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 30px 0 4px;
        }
}

.subscribe-box button {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: none;
    background: #F4983A;
    color: #fff;
    font-size: 0.16rem;
}

header .icon-subscribe {
    cursor: pointer;
    display: inline-block;
    width: 86px;
    height: 24px;
    background: url(../../Images/index4.0/home_menu_btn_Subscribe.png) no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
    vertical-align: middle;
    margin-left: 30px;
}

.sub-nav {
    padding: 0 0 0 30px;
    width: 100%;
    font-size: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
}

    .sub-nav li {
        position: relative;
        display: inline-block;
        font-size: 18px;
        padding: 0 10px;
        margin: 0 16px;
        text-align: center;
    }

    .sub-nav .sub-nav-link {
        display: inline-block;
        padding: 0 1px;
        line-height: 54px;
        color: #606060;
    }

    .sub-nav .icon-nav-arrow {
        width: 10px;
        height: 6px;
        vertical-align: middle;
        background: url(../../Images/index4.0/home_menu_btn_expansion.png) no-repeat;
    }

    .sub-nav .sub-nav-title {
        display: inline-block;
        vertical-align: middle;
        color: #606060;
        font-size: 18px;
    }

    .sub-nav li:hover .sub-nav-sub {
        display: block;
        z-index: 99999;
    }

    .sub-nav li:hover .sub-nav-title {
        position: relative;
        color: #606060;
    }

    .sub-nav li:hover:after {
        content: '';
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 100%;
        height: 6px;
        background: #0D6FB8;
        z-index: 1;
    }

    .sub-nav .sub-nav-active .sub-nav-link {
        position: relative;
    }

    .sub-nav .sub-nav-active:after {
        content: '';
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 100%;
        height: 6px;
        background: #0D6FB8;
        z-index: 1;
    }

    .sub-nav .sub-nav-sub {
        display: none;
        position: absolute;
        top: 58px;
        left: 0;
        z-index: 2;
        background: rgba(254,254,254,1);
        box-shadow: 0px 2px 4px 0px rgba(179,186,197,0.6);
        white-space: nowrap;
        box-sizing: border-box;
    }

.sub-u-box {
    display: flex;
}

.sub-u {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    padding-top: 5px;
    padding-bottom: 5px;
    border-right: 2px solid #eee;
}

    .sub-u:last-of-type {
        border-right: none;
    }

    .sub-u .sub-u-title {
        padding: 12px 0 8px 10px;
        font-size: 16px;
        color: #0D6FB8;
        text-align: left;
    }

    .sub-u .u-link {
        padding: 0 10px;
        line-height: 30px;
        text-align: center;
        font-size: 14px;
        display: block;
        color: #606060;
    }

        .sub-u .u-link:hover {
            width: 100%;
            background: rgba(238,238,238,1);
        }

    .sub-u .u-active .u-link {
        background: rgba(238,238,238,1);
    }
/*头部end*/

/*头部校验弹框*/
/*校验弹框*/
.check-box {
    display: none;
    position: absolute;
    left: 50%;
    top: 320px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 357px;
    background: rgba(254,254,254,1);
    box-shadow: 0px 2px 4px 0px rgba(219,216,216,1);
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 26px 20px 8px;
    text-align: center;
    z-index: 99999999999;
}

    .check-box p {
        color: #787878;
        line-height: 20px;
        margin-bottom: 20px;
        text-align: center;
    }

    .check-box button {
        width: 64px;
        height: 28px;
        background: rgba(44,124,245,1);
        box-shadow: 0px 2px 4px 0px rgba(219,216,216,1);
        text-align: right;
        letter-spacing: 12px;
        color: #fff;
    }

    .check-box .icon-check {
        display: inline-block;
        width: 22px;
        height: 22px;
        margin-right: 12px;
        vertical-align: middle;
    }

.icon-error {
    background: url(../../Images/index4.0/icon-error.png)
}

.icon-success {
    background: url(../../Images/index4.0/icon-success.png)
}
/*底部*/
footer {
    background: #eee;
}

    footer .logo {
        margin: 60px 116px 60px 0;
        width: 245px;
        height: 77px;
    }

    footer .ewm {
        margin: 45px 30px 45px 0;
        font-size: 0;
    }

        footer .ewm .wx, footer .ewm .youku {
            display: inline-block;
            text-align: center;
            font-size: 12px;
        }

        footer .ewm .img-box {
            display: inline-block;
            width: 84px;
            height: 84px;
            background: #fff;
            border: 1px dashed #5f5f5f;
            margin-bottom: 5px;
        }

        footer .ewm .wx {
            margin-right: 31px;
        }

    footer .link {
        margin: 34px 0 34px 0;
        width: 598px;
        border-left: 1px solid #979797;
        padding: 6px 0 6px 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 39px;
    }

        footer .link .item-link:not(:last-child):after {
            content: '';
            display: inline-block;
            width: 1px;
            height: 16px;
            background: #5f5f5f;
            vertical-align: middle;
            margin: 0 4px;
        }

    footer .beian {
        height: 80px;
        line-height: 80px;
        width: 100%;
        text-align: center;
        background: #313131;
    }
/*手机端头部、底部*/
.phone-header {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -khtml-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -khtml-align-items: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*padding: 8px 20px;*/
    padding: 0 0.4rem;
    height: 1rem;
    border-bottom: 6px solid #0D6FB8;
}

    .phone-header .icon-menu {
        width: 24px;
        height: 18px;
        background: url('../../Images/index4.0/icon-menu.png') center center;
        -webkit-background-size: contain;
        background-size: contain;
    }

    .phone-header .logo {
        width: 112px;
        height: 36px;
    }

    .phone-header span {
        color: #0D6FB8;
    }

.phone-footer {
    width: 100%;
    background: #eee;
}

    .phone-footer .top {
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        -khtml-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        -khtml-align-items: center;
        align-items: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15px 30px 0 18px;
    }

    .phone-footer .logo {
        width: 3.4rem;
    }

    .phone-footer .img-box {
        width: 84px;
        height: 84px;
        background: #fff;
    }

    .phone-footer .wx p {
        text-align: center;
    }

    .phone-footer .link {
        padding-left: 18px;
        padding-bottom: 10px;
    }

    .phone-footer .link-item {
        margin-top: 16px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 10px;
        height: 30px;
        line-height: 30px;
        border-left: 1px solid #5f5f5f;
    }

    .phone-footer .beian {
        text-align: center;
        padding: 17px 0 24px;
        width: 100%;
        background: #313131;
    }
/*手机端menu*/
.sub-menu {
    display: none;
    position: absolute;
    top: 1rem;
    left: 0;
    z-index: 22;
    width: 100%;
    /*border-top: 0.12rem solid #0D6FB8;*/
    background: #fff;
    border-bottom: 2px solid #CDCACA;
}

.sub-menu-u li .sub-menu-title {
    padding: 0 0.4rem;
    height: 1rem;
    font-size: 0.36rem;
    color: #606060;
    border-bottom: 2px solid #CDCACA;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -khtml-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -khtml-align-items: center;
    align-items: center;
}

.sub-menu-link {
    color: #606060;
}

.icon-arrow-top, .icon-arrow-bottom {
    display: inline-block;
    width: 0.36rem;
    height: 0.36rem;
    background: url("../../Images/index4.0/icon-up.png") center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.icon-arrow-bottom {
    background: url("../../Images/index4.0/icon-down.png") center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.sub-sub {
    display: none;
    padding: 0 0.4rem 0.2rem;
    border-bottom: 2px solid #CDCACA;
}

.sub-sub-item .sub-item-text {
    padding: 0.2rem 0 0;
    font-size: 0.32rem;
    color: #0D6FB8;
}

.text-nav-link {
    display: inline-block;
    font-size: 0.32rem;
    color: #606060;
    line-height: 0.56rem;
}

.text-nav-link-block {
    display: block;
    font-size: 0.32rem;
    color: #606060;
    line-height: 0.56rem;
}

.text-nav {
    padding-top: 0.2rem;
}

    .text-nav span {
        display: inline-block;
    }

.sub-menu-search {
    padding: 0.5rem 0.4rem;
    text-align: right;
}

.sub-form {
    position: relative;
    display: inline-block;
    height: 20px;
}

.phone-header .search-input {
    display: none;
    border: 1px solid #CDCACA;
    border-radius: 6px;
    width: 173px;
    height: 28px;
    line-height: 28px;
    padding-left: 10px;
    font-size: 16px;
}

.phone-header .icon-search {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../../Images/index4.0/home_menu_search.png) no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
}

.btn-dy {
    margin-left: 0.4rem;
    width: 1.2rem;
    height: 0.5rem;
    font-size: 0.28rem;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    background: #0D6FB8;
    border-radius: 0.6rem;
}

.icon-ph-search {
    display: inline-block;
    width: 0.28rem;
    height: 0.28rem;
    background: #0D6FB8;
}

.left-menu .focus-icon {
    display: inline-block;
    width: 18px;
    height: 24px;
    background: url("../../Images/index4.0/icon-focus.png") center center no-repeat;
    -webkit-background-size: 18px 24px;
    background-size: 18px 24px;
    vertical-align: middle;
    margin-right: 10px;
}
